home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / business / rm35dp23.zip / DEMO.BAT next >
DOS Batch File  |  1994-12-30  |  1KB  |  42 lines

  1. @echo off
  2. cls
  3. echo The file README.1ST, contains valuable information on printing the
  4. echo USER'S GUIDE and REGISTRATION. If you haven't done so, you may wish
  5. echo to read this file.
  6. echo  
  7. echo  
  8. echo Press [CTRL-C] now, if you wish to stop now, or press [ENTER] to
  9. echo continue.
  10. pause > nul
  11. cls
  12. echo Welcome to the RequestMANAGER/DataPerfect demo.
  13. echo  
  14. echo  
  15. echo If your video card is capable of displaying more than 25 lines in DOS
  16. echo text mode (please check your video card's documentation), you may wish 
  17. echo to change your video to 80x30 DOS text mode. In this extended screen 
  18. echo mode, a function key template will be displayed at the bottom of the 
  19. echo screen - while running RequestMANAGER.
  20. echo  
  21. echo  
  22. echo If you wish to change your video mode now, press [CTRL-C] now to stop 
  23. echo the demo, then execute the command required by your video card to set
  24. echo the screen mode.
  25. echo  
  26. echo  
  27. echo When RequestMANAGER requests your USERID and PASSWORD, press [ENTER]
  28. echo for both to gain access to the Main Menu.
  29. echo  
  30. echo  
  31. echo  
  32. echo  
  33. echo  
  34. echo  
  35. pause
  36. echo 1H
  37. echo │   F1:CANCEL   │   F2:SEARCH   │    F3:HELP    │   F4:SELECT   │  F5:CREATE   │1H
  38. echo │    F6:EDIT    │    F7:EXIT    │   F8:LOOKUP   │   F9:CREATE   │   F10:SAVE   │1H
  39. dpt request
  40. cls
  41.  
  42.